home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / basic / angel19b.zip / COLOURS.BI < prev    next >
Text File  |  1991-11-19  |  325b  |  7 lines

  1. '─┤Colour Constants├────────────────────────────────────────────────────────
  2. CONST Black = 0, Blue = 1, Green = 2, Cyan = 3, Red = 4
  3. CONST Magenta = 5, Brown = 6, White = 7, Grey = 8, LightBlue = 9
  4. CONST LightGreen = 10, LightCyan = 11, LightRed = 12, LightMagenta = 13
  5. CONST Yellow = 14, BrightWhite = 15, Blink = 16
  6.  
  7.